home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global track, init, butt
- set change to 0
- if butt <> 0 then
- if track = 1 then
- sound playFile 2, "..\som\montra14.wav"
- onVis(3)
- InVis(4, 5)
- set butt to 0
- end if
- end if
- if (init = 1) and (soundBusy(2) = 0) then
- set track to 1
- set change to 1
- sound playFile 2, "..\som\montra14.wav"
- end if
- if checkVis(2) = 1 then
- InVis(2)
- else
- onVis(2)
- end if
- if (soundBusy(2) = 0) and (init = 0) then
- sound playFile 2, "..\som\montra14.wav"
- onVis(3)
- set init to 1
- end if
- put track
- Loopframe()
- end
-